home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue34 / clinic / LoopyU.dfm / LoopyU.txt
Text File  |  1998-02-06  |  2KB  |  137 lines

  1. object Form1: TForm1
  2.   Left = 214
  3.   Top = 193
  4.   Width = 468
  5.   Height = 341
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 13
  15.   object ListBox1: TListBox
  16.     Left = 120
  17.     Top = 8
  18.     Width = 233
  19.     Height = 233
  20.     ItemHeight = 13
  21.     TabOrder = 4
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 120
  25.     Top = 248
  26.     Width = 137
  27.     Height = 57
  28.     Caption = 'Panel1'
  29.     TabOrder = 0
  30.     object Edit1: TEdit
  31.       Left = 8
  32.       Top = 16
  33.       Width = 121
  34.       Height = 21
  35.       TabOrder = 0
  36.       Text = 'Edit1'
  37.     end
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 360
  41.     Top = 8
  42.     Width = 89
  43.     Height = 233
  44.     Caption = 'Panel2'
  45.     TabOrder = 1
  46.     object Edit2: TEdit
  47.       Left = 8
  48.       Top = 24
  49.       Width = 72
  50.       Height = 21
  51.       TabOrder = 0
  52.       Text = 'Edit2'
  53.     end
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 272
  57.     Top = 256
  58.     Width = 177
  59.     Height = 49
  60.     Caption = 'GroupBox1'
  61.     TabOrder = 2
  62.     object Edit3: TEdit
  63.       Left = 16
  64.       Top = 17
  65.       Width = 143
  66.       Height = 21
  67.       TabOrder = 0
  68.       Text = 'Edit3'
  69.     end
  70.   end
  71.   object RadioGroup1: TRadioGroup
  72.     Left = 8
  73.     Top = 232
  74.     Width = 105
  75.     Height = 73
  76.     Caption = 'RadioGroup1'
  77.     Items.Strings = (
  78.       'a'
  79.       'b')
  80.     TabOrder = 6
  81.   end
  82.   object Button1: TButton
  83.     Left = 24
  84.     Top = 8
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'Button1'
  88.     TabOrder = 3
  89.     OnClick = Button1Click
  90.   end
  91.   object Button2: TButton
  92.     Left = 24
  93.     Top = 46
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Button2'
  97.     TabOrder = 5
  98.     OnClick = Button2Click
  99.   end
  100.   object Button3: TButton
  101.     Left = 24
  102.     Top = 85
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Button3'
  106.     TabOrder = 9
  107.     OnClick = Button3Click
  108.   end
  109.   object Button4: TButton
  110.     Left = 24
  111.     Top = 123
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Button4'
  115.     TabOrder = 10
  116.     OnClick = Button4Click
  117.   end
  118.   object Button5: TButton
  119.     Left = 24
  120.     Top = 162
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'Button5'
  124.     TabOrder = 7
  125.     OnClick = Button5Click
  126.   end
  127.   object Button6: TButton
  128.     Left = 24
  129.     Top = 200
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'Button6'
  133.     TabOrder = 8
  134.     OnClick = Button6Click
  135.   end
  136. end
  137.